@charset "utf-8";
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance: none !important; margin: 0;}/*type="number" no Scroll*/


.area{background: #F5F7FA; margin-top: 20px;}

.area .content-item{
	padding: 15px;
}
.content-item .long-title{
	background: #fff;
	float: left;
	margin-left: 20px;
	padding: 0 20px;
	font-weight: bold;
	font-size: 28px;
}
.content-item .titlebar{
	height: 35px;
	line-height: 50px;
	margin-bottom: 30px;
}
.content-item .short-title{
	background: #F5F7FA;
	display: inline-block;
	padding: 0 20px;
	margin: 0 auto;
	font-size: 28px;
    font-weight: 700;
    position: relative;
}


.content-item .titlebar{
    background:none;
    height:28px;
    width: 250px;
    border-bottom: 2px solid #000;
}
.content-item .titlebar.shortline{
    width: 200px;
}

/* biaodan */
.fanHuiBar{width:50px; height: 30px;position: absolute;border-right:1px solid #ccc;}
.fanHuiBar a{width:30px; height: 30px; position: absolute; top:0px; left: 10px; border-radius:3px; }
.fanHuiBar a:active{background: #333;}
.fanHuiBar a:after {
    content: " ";
    display: inline-block;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    height: 10px;
    width: 10px;
    border-width: 2px 2px 0 0;
    border-color: #C8C8CD;
    border-style: solid;
    position: relative;
    top: 5px;
    left: 10px;
}
.biaoDanK{text-align: center; margin:10px 16px 16px  16px;}
.biaoDanK input,
.biaoDanK textarea{width: 96%; padding: 0 ;font-size: 16px; border: 0; padding-left:10px;   }
.biaoDanK input{ height: 38px; line-height: 38px;}
.biaoDanK textarea{ height: 180px; line-height: 180%;}
.biaoDanK p{margin-bottom:10px; }

.biaoDanK .titleN{font-size: 18px; color: #444; margin-bottom: 5px; line-height: 180%; padding: 0 30px;}
.biaoDanK .biaoDan{min-height: 30px;  border: 1px solid #ccc; border-radius:2px; background: #fff; position: relative;}

.biaoDanK .biaoDan2{min-height: 30px; }
.biaoDanK .biaoDan2 span{float: left;}
.biaoDanK .biaoDan2 .nameK{width:50px; color: #666; text-align: left;}
.biaoDanK .biaoDan2 .bdQk input{width: 30px;float: left;  border: 2px solid #fff; margin-right: 10px; border-radius:30px;  }  
.biaoDanK .biaoDan2 .bdQk label{float: left; color: #555; margin:5px 15px 0 0;}
.biaoDanK .biaoDan2 .nameK,
.biaoDanK .biaoDan2 .bdQk input,
.biaoDanK .biaoDan2 .bdQk label{height: 30px; line-height: 30px; font-size: 16px;}
.shuoMing{color: #666; line-height: 180%;}

/* edit */
hr{border: none; margin-top: -1px;height: 1px;background-color: #969696;margin-bottom: 16px;}
::-webkit-input-placeholder {color:#595959; }  

.biaoDanK .tishiInfo {
    z-index: 1000;
    position: absolute;
    right: 0px;
    font-size: 12px;
    background: #E5E5E5;
    height: 38px;
    line-height: 38px;
    padding: 0 10px 0 5px;
    /*输入不为空显示在框上面*/
    top:0;
   
}
.weui_icon_warn {
    margin-top: 6px;
}

.weui_btn_primary{cursor: pointer;}

@media screen(max-width: 480px) {
    
}

@media (min-width: 481px) {
    .pull-left{
        float: left;
        width: 49%;
    }
    .pull-right{
        float: right;
        width: 49%;
    }
    .clear{
        clear: both;
    }
}

.short-title
{font-family: "qdxin serif SC";}

.btns-wrapper{
    width: 550px;
    overflow: hidden;
    padding-top: 15px;
}
.btns-wrapper>.submit_btn{
    width: 48%;
    float: left;
}
.btns-wrapper>.other_btn{
    float: left;
    width: 48%;
    margin-left: 4%;
    background: #fff;
    /*border: 1px solid #ccc;*/
    color: #555;
}
.btns-wrapper .weui_btn + .weui_btn{
    margin-top: 0;
}
